ScorecardService.saveAsReport Method
Saves this scorecard as a report.
Parameters
- id
-
Type: String
The ID of the scorecard to save as a report.
- parentFolderId
-
Type: String
The ID of the folder to save the new report under.
- fileName
-
Type: String
The name of the new report.
- overwrite
-
Type: Boolean
A value indicating whether to overwrite a file by the same name if it exists.
Return Value
Type: jQuery.Promise
Value: String
A promise object that is resolved when the call is complete.
If successful, the ID of the created report is returned.